Abstract: A parallel computer (or multiple processor system) is a collection of communicating processing elements (processors) that cooperate to solve large computational problems fast by dividing such problems into parallel tasks, exploiting Thread-Level Parallelism (TLP).The major issues involved in parallel processing are the concurrency and communication characteristics of parallel algorithms for a given computational problem, The number of processing elements (PEs), computing power of each element and amount/organization of physical memory used, how the processing elements cooperate and communicate and how data is shared/transmitted between processors. The major approach of the work is to propose a token memory architecture to reduce the load on CPU parallel processing .During peak period the heavy tasks will be transferred to this token memory so as to reduce load on CPU.

Keywords: CPU (Central Processing Unit), Token memory, Parallel Processing, Token Memory.